Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 522 Bytes

admin_<type>_panel_fields.rst

File metadata and controls

28 lines (18 loc) · 522 Bytes

admin<type>_panel_fields

Usage

Append content just below the save panel fields when editing using the :phpOmeka_Form_Admin. Often <type> will be a model type.

Arguments

:phpOmeka_Record_AbstractRecord|null record

The record being edited, if one was passed in when the form was created. Otherwise, null

:phpOmeka_View view

The view object

Examples